Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ActionResult<T> Structure / Category Property


In This Topic
Category Property (ActionResult<T>)
In This Topic
Gets the details category.
Syntax
'Declaration
 
Public ReadOnly Property Category As ActionCategory
 
'Usage
 
Dim instance As ActionResult(Of T)
Dim value As ActionCategory
 
value = instance.Category

Property Value

The details category of the action result.
See Also